html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.review-header-inner {
	max-width: 1200px;
	overflow:hidden;
	margin:  auto;
}

.review-header {
    background: #E7E7E7;
}
.review-header-inner .logo{
	height: 50px;
	float: left;
}
@media(min-width:600px){
.review-header-inner .logo{
	height: 60px;
	float: left;
}	
}
.review-header-inner p {
    float: right;
    line-height: 50px !important;
    font-size: 19px;
    font-weight: 400;
    color: #0a82b5;
    margin-right:10px;
}
@media(min-width:600px){
.review-header-inner p {
    line-height: 60px !important;
    font-size: 26px;		
}
}
.review-block {
    background: #0a82b5;
    padding: 20px;
}
img.award-logo {
    width: 80%;
    height:  inherit;
    float:  left;
    padding-right: 10px;
    box-sizing:  border-box;
    margin :0px 10%;
}
@media(min-width:600px){
img.award-logo {
    width: 30%;
    margin: 40px 0 0 0;
}
}
@media(min-width:769px){
img.award-logo {
    width: 20%;
    margin: 40px 0 0 0;
}
}
.review-box {
    background: #ffffff;
    padding: 0px 30px 10px 30px;
    border-radius: 10px;
    /* box-shadow: 0px 2px 20px #0000001f; */
    overflow:  hidden;
    max-width:  1200px;
    margin: auto;
    max-width:  1200px;
    box-sizing: border-box;
}

.review_txt {
    float:  left;
    width: 100%;
}
@media(min-width:600px){
.review_txt {
    width: 70%;
}}
@media(min-width:769px){
.review_txt {
    width: 80%;
}}

.review_txt h2 {
    font-size: 26px;
    line-height: 40px;
    display:  block;
    margin: 10px 0 0px 0;
    color: #2fa4d5;
    text-align: center;
}
@media(min-width:600px){
.review_txt h2 {
    font-size: 30px;
    font-weight: 100;
    line-height: 43px;
    text-align:left;
}
}
@media(min-width:769px){
.review_txt h2 {
    font-size: 33px;
    line-height: 50px;
}
}
.review_txt p {
    font-size: 16px;
}

.comment-block {
    padding:  20px;
}

.comment-list {
    padding: 10px 0;
    border-bottom: 1px solid #3883a32e;
    overflow: hidden;
}

.comment-left {
    float:  left;
    width:  100%;
    display:  block;
    margin-bottom: 20px;
}
@media(min-width:600px){
.comment-left {
    width:  20%;
}}

.comment-right {
    width: 100%;
    float:  left;
}
@media(min-width:600px){
.comment-right {
    width: 78%;
    margin-left: 2%;
    float:  left;
}}

.date {
    text-align:  center;
    font-size:  14px;
}

.star {
    text-align:  center;
    margin: 5px 0 10px 0;
}
.star img {
    width: 24px;
    height:  inherit;
    margin:  0 2px;
    color: #fdc334;
}
.comment-right h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.comment-right h4 {
    font-size: 14px;
    line-height: 30px;
    color: #696969;
}
.comment-right p {
    font-size: 14px;
}
span.title-review {color: #000;}

.pagination{display: flex;margin: 0px 0 80px 0;justify-content: center;}
.pagination li{display:inline}
.pagination li a{text-decoration:none;color:#000;float:left;padding:8px 16px}
.pagination li a:hover,.w3-pagination li a:focus{background-color:#ccc
}

a.focus_page {
    color: #1d74ca;
}
.pagination li a.active {
    background: #2fa4d5;
    color:  #fff;
}

.sticky-footer {
    background: #b51931;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 23px;
    font-weight:  100;
    position:  fixed;
    bottom:  0;
    width: 100%;
    box-shadow: 0px -2px 20px #00000026;
    display:  flex;
    align-items:  center;
    justify-content:  center;
}

.sticky-footer:hover {
    background: #db1e3b;
}
img.suprise_icon {
    width: 34px;
    height: inherit;
    margin-right: 10px;
}